Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/solygambas/html-css-javascript-projects/084-fluid image lightbox/

index.html /cody/solygambas/html-css-javascript-projects/084-fluid image lightbox/index.html
391 Views
0 Comments
<!-- Based on Fluid Image Pop Up JavaScript Tutorial by Simo Edwin - Dev Ed (2020)
see: https://www.youtube.com/watch?v=4SQXOA8Z
script.js /cody/solygambas/html-css-javascript-projects/084-fluid image lightbox/script.js
264 Views
0 Comments
const modal = document.querySelector(".modal");
const previews = document.querySelectorAll(".gallery img");
const original = doc
style.css /cody/solygambas/html-css-javascript-projects/084-fluid image lightbox/style.css
183 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Sacramento&display=swap");

* {
box-sizing: border-box;
margin: 0;
p